home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / Shell ƒ / about.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  376 b   |  8 lines  |  [TEXT/MMCC]

  1. void SetupTheAboutWindow(WindowPtr theWindow);
  2. void ShutDownTheAboutWindow(void);
  3. void OpenTheAboutWindow(WindowPtr theWindow);
  4. void DisposeTheAboutWindow(WindowPtr theWindow);
  5. void DrawTheAboutWindow(WindowPtr theWindow, short theDepth);
  6. void KeyDownInAboutWindow(WindowPtr theWindow, unsigned char theChar);
  7. void MouseDownInAboutWindow(WindowPtr theWindow, Point thePoint);
  8.